/* 清除默认样式 */
*{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
img{
    vertical-align:top;
    border:none;
}
a{
    text-decoration:none;
}
/* 响应式优化 */
html{
    font-size: 10px;
}
body{
    font-size: 1.6rem;
}